home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 120 / CD Gamer Issue 120 (March 2003) (Disc 1).ISO / intro.dxr / 00008_Continue.ls < prev    next >
Encoding:
Text File  |  2003-01-23  |  218 b   |  12 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("ContinueHigh")
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to member("Continue")
  7. end
  8.  
  9. on mouseUp me
  10.   go(#next)
  11. end
  12.